Skip to main content

UserApprove Properties

An object defining properties for the UserApprove class.

ProjectCaption

Gets or sets the caption of the project associated with the approval.

Type: string


ProjectName

Gets or sets the name of the project associated with the approval.

Type: string


FlagColor

Gets or sets the flag color associated with the approval.

Type: string


Status

Gets or sets the approval status.

Type: ApproveStatus


FlowName

Gets or sets the name of the flow associated with the approval.

Type: string


RequestDate

Gets or sets the date when the request was made.

Type: DateTimeOffset


StartDate

Gets or sets the start date of the approval process.

Type: DateTimeOffset


SecretKey

Gets or sets the secret key associated with the approval.

Type: string

See Also

  • SecretKeys todo

IsSeen

Gets or sets a value indicating whether the approval has been seen by the user.

Type: bool


Events

Gets or sets the list of events associated with the approval.

Type: List<object>


RequestEvents

JSON-formatted string listing actions/events available for the request, with multi-language support for descriptions

Type: string


DeploymentUrl

Gets or sets the deployment URL associated with the approval.

Type: Uri


ProcessId

Gets or sets the process identifier for the approval.

Type: long


ProjectId

Gets or sets the unique identifier for the project associated with the approval.

Type: Guid


Attributes

Gets or sets the list of attributes associated with the approval.

Type: List<object>


RequestId

Gets or sets the request identifier for the approval.

Type: long


StarterUser

Gets or sets the user who started the approval process.

Type: string